ActiveLock Constructor (Int32) |
Initializes a new instance of the ActiveLock class.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic ActiveLock(
int timeout
)
Public Sub New (
timeout As Integer
)
Parameters
- timeout
- Type: SystemInt32
The lock timeout in seconds.
See Also